tsNetRetrSentHeaders
Type
function
Summary
Retrieve any headers sent to the server during a transfer.
Syntax
tsNetRetrSentHeaders(<pConnectionID>, <rError>)
Description
Retrieve any headers sent to the server during a transfer.
Parameters
Name | Type | Description |
---|---|---|
pConnectionID | The identifier of the transfer to retrieve. | |
rError | If the connection identifier is invalid or any other error occurs in retrieving the data, an error will be returned that starts with "tsneterr:". Otherwise this will be set to empty. |
Examples
local tError, tSentHeaders
put tsNetRetrSentHeaders("myConnID", tError) into tSentHeaders
Related
library: tsNet
Compatibility and Support
Introduced
LiveCode 8.1
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile